home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_2 / PlaceObject2_41_26 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  200 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.BadBubbleModule2.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.BadBubbleModule2.originalBubble")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9. }
  10.